X-Git-Url: https://permondes.de/gitweb/Analog_Engine.git/blobdiff_plain/6d26a6bd8b30ad893da0315655d2f68aee787515..68fb174e84f38b2d72c7a0325cbfc6dc4fe486cc:/scripts/EP1%20871102%20Throwing%20a%20stone.LACE diff --git a/scripts/EP1 871102 Throwing a stone.LACE b/scripts/EP1 871102 Throwing a stone.LACE new file mode 100644 index 0000000..5fd5852 --- /dev/null +++ b/scripts/EP1 871102 Throwing a stone.LACE @@ -0,0 +1,22 @@ +# Throwing a stone on earth +# +# z'' = -g, with g=0,981 da*m/s^2 +# Initial speeds: v.z0 (vertical) and v.x0 (horizontal) + +coefficient.1(-1) -> -g # set to 0,981 +coefficient.2(+1) -> v.z0 # initial vertical speed +coefficient.3(+1) -> v.x0 # initial horizontal speed +coefficient.4(-1) -> -z0 # initial altitude + +iintegrate (-g) -> -v + IC: v.z0 +iintegrate (-v) -> z + IC: -z0 + +iintegrate (v.x0) -> x + +invert (-v) -> v + +output (x) -> out.x +output (z) -> out.y +output (v) -> out.z